From 3addd0e34e8e87331a099ac53e063fdfd721b619 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 24 Jan 2021 13:57:47 +0000 Subject: [PATCH] Increase the default printWidth for examples from 77 to 129 Forwarded: not-needed Last-Update: 2020-12-03 This decreases the probability of examples escaping the "reproduciblePaths" function due to line wrapping. Gbp-Pq: Name remove-build-paths-from-docs.patch --- M2/Macaulay2/m2/run.m2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2/Macaulay2/m2/run.m2 b/M2/Macaulay2/m2/run.m2 index d6f8b81..7ba5260 100644 --- a/M2/Macaulay2/m2/run.m2 +++ b/M2/Macaulay2/m2/run.m2 @@ -54,7 +54,7 @@ ArgNotify = 1 << 11 -* add --notify *- ArgSilent = 1 << 12 -* add --silent *- ArgStop = 1 << 13 -* add --stop *- ArgPrintWidth = 1 << 14 -* add --print-width 77 *- -ArgPrintWidthN = 77 +ArgPrintWidthN = 129 -- suffixes SetInputFile = 1 << 30 -* add >tmpf *- -- 2.30.2